-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add packed_at() to PreProcessed Column Enum #360
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
32d6c02
to
e9f0546
Compare
e1c4740
to
7ce3f85
Compare
7ce3f85
to
1b92ae4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @alon-f)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @Gali-StarkWare)
stwo_cairo_prover/crates/prover/src/cairo_air/preprocessed.rs
line 59 at r1 (raw file):
pub fn packed_at(&self, vec_row: usize) -> PackedM31 { match self { PreProcessedColumn::IsFirst(column) => column.packed_at(vec_row),
blocked
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @Gali-StarkWare)
This change is